Correct annotations for gtk_tree_view_get_path_at_pos
authorMatthias Clasen <mclasen@redhat.com>
Tue, 23 Feb 2010 17:36:24 +0000 (12:36 -0500)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:56:21 +0000 (20:56 -0400)
Patch by Alan Knowles, bug 609514.

gtk/gtktreeview.c

index 88071a40b301b9f876617c510c71a97d0fe69de9..8bb723717d9a416d30c9a91f2f042f0c6c4296eb 100644 (file)
@@ -12767,10 +12767,10 @@ gtk_tree_view_get_bin_window (GtkTreeView *tree_view)
  * @tree_view: A #GtkTreeView.
  * @x: The x position to be identified (relative to bin_window).
  * @y: The y position to be identified (relative to bin_window).
- * @path: (allow-none): A pointer to a #GtkTreePath pointer to be filled in, or %NULL
- * @column: (allow-none): A pointer to a #GtkTreeViewColumn pointer to be filled in, or %NULL
- * @cell_x: (allow-none): A pointer where the X coordinate relative to the cell can be placed, or %NULL
- * @cell_y: (allow-none): A pointer where the Y coordinate relative to the cell can be placed, or %NULL
+ * @path: (out) (allow-none): A pointer to a #GtkTreePath pointer to be filled in, or %NULL
+ * @column: (out) (allow-none): A pointer to a #GtkTreeViewColumn pointer to be filled in, or %NULL
+ * @cell_x: (out) (allow-none): A pointer where the X coordinate relative to the cell can be placed, or %NULL
+ * @cell_y: (out) (allow-none): A pointer where the Y coordinate relative to the cell can be placed, or %NULL
  *
  * Finds the path at the point (@x, @y), relative to bin_window coordinates
  * (please see gtk_tree_view_get_bin_window()).